home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / savagelib / include / savage / visible.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-14  |  217 b   |  19 lines

  1.  
  2. #ifndef SAVAGE_VISIBLE_H
  3. #define SAVAGE_VISIBLE_H
  4.  
  5. #include <exec/types.h>
  6.  
  7. struct Visible
  8. {
  9.   UWORD vis_MinX;
  10.   UWORD vis_MinY;
  11.   UWORD vis_MaxX;
  12.   UWORD vis_MaxY;
  13.   UWORD vis_Width;
  14.   UWORD vis_Height;
  15. };
  16.  
  17. #endif
  18.  
  19.